3 subject="""comment 1"""
4 date="2020-07-10T20:05:09Z"
6 It seems to me there are two possible mistakes you could have made, both
7 of which are much more likely than a bug in git-annex. They are:
9 1. You forgot to push the git-annex branch to origin, so your clone was not
12 2. When you say you "set up the same git-lfs special remote" again,
13 you mean you used `git-annex initremote` again. Which sets up a
14 *different* remote with a different uuid. The right thing to do would be
15 to use `git annex enableremote`. (Or indeed to get git-annex
16 auto-enable the git-lfs special remote when it sees you cloned the same
17 url that was used to set it up)
19 If you still think you have a bug, you'll need to show me a list of
20 commands that I can use to reproduce the bug.